1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class uctKho_DsTonKho
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Component Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 =
new System.Windows.Forms.DataGridViewCellStyle();
32             
this.panel1 = new System.Windows.Forms.Panel();
33             
this.label2 = new System.Windows.Forms.Label();
34             
this.lblTongSoBanGhiHienThi = new System.Windows.Forms.Label();
35             
this.btnTiep = new System.Windows.Forms.Button();
36             
this.btnSau = new System.Windows.Forms.Button();
37             
this.cmbDonViTinh_TimKiem = new System.Windows.Forms.ComboBox();
38             
this.label13 = new System.Windows.Forms.Label();
39             
this.label12 = new System.Windows.Forms.Label();
40             
this.label11 = new System.Windows.Forms.Label();
41             
this.txtMaSanPhamOrMaVietTat_TimKiem = new System.Windows.Forms.TextBox();
42             
this.txtTenSanPham_TimKiem = new System.Windows.Forms.TextBox();
43             
this.dgvDanhSachTonKho = new System.Windows.Forms.DataGridView();
44             
this.NgayTao = new System.Windows.Forms.DataGridViewTextBoxColumn();
45             
this.TiLeLoiNhuan = new System.Windows.Forms.DataGridViewTextBoxColumn();
46             
this.NhaCungCap = new System.Windows.Forms.DataGridViewTextBoxColumn();
47             
this.GiaBanBuon = new System.Windows.Forms.DataGridViewTextBoxColumn();
48             
this.HanSuDung = new System.Windows.Forms.DataGridViewTextBoxColumn();
49             
this.STT = new System.Windows.Forms.DataGridViewTextBoxColumn();
50             
this.MaVietTat = new System.Windows.Forms.DataGridViewTextBoxColumn();
51             
this.TenSanPham = new System.Windows.Forms.DataGridViewTextBoxColumn();
52             
this.TenDonViTinh = new System.Windows.Forms.DataGridViewTextBoxColumn();
53             
this.SoLuongNhap = new System.Windows.Forms.DataGridViewTextBoxColumn();
54             
this.SoLuongDaBan = new System.Windows.Forms.DataGridViewTextBoxColumn();
55             
this.SoLuongTonKho = new System.Windows.Forms.DataGridViewTextBoxColumn();
56             
this.GiaBanLe = new System.Windows.Forms.DataGridViewTextBoxColumn();
57             
this.label1 = new System.Windows.Forms.Label();
58             
this.panel1.SuspendLayout();
59             ((System.ComponentModel.ISupportInitialize)(
this.dgvDanhSachTonKho)).BeginInit();
60             
this.SuspendLayout();
61             
//
62             
// panel1
63             
//
64             
this.panel1.AutoScroll = true;
65             
this.panel1.BackColor = System.Drawing.Color.White;
66             
this.panel1.Controls.Add(this.label2);
67             
this.panel1.Controls.Add(this.lblTongSoBanGhiHienThi);
68             
this.panel1.Controls.Add(this.btnTiep);
69             
this.panel1.Controls.Add(this.btnSau);
70             
this.panel1.Controls.Add(this.cmbDonViTinh_TimKiem);
71             
this.panel1.Controls.Add(this.label13);
72             
this.panel1.Controls.Add(this.label12);
73             
this.panel1.Controls.Add(this.label11);
74             
this.panel1.Controls.Add(this.txtMaSanPhamOrMaVietTat_TimKiem);
75             
this.panel1.Controls.Add(this.txtTenSanPham_TimKiem);
76             
this.panel1.Controls.Add(this.dgvDanhSachTonKho);
77             
this.panel1.Controls.Add(this.label1);
78             
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
79             
this.panel1.Location = new System.Drawing.Point(0, 0);
80             
this.panel1.Name = "panel1";
81             
this.panel1.Size = new System.Drawing.Size(1024, 900);
82             
this.panel1.TabIndex = 0;
83             
//
84             
// label2
85             
//
86             
this.label2.AutoSize = true;
87             
this.label2.Location = new System.Drawing.Point(6, 718);
88             
this.label2.Name = "label2";
89             
this.label2.Size = new System.Drawing.Size(12, 18);
90             
this.label2.TabIndex = 44;
91             
this.label2.Text = " ";
92             
//
93             
// lblTongSoBanGhiHienThi
94             
//
95             
this.lblTongSoBanGhiHienThi.AllowDrop = true;
96             
this.lblTongSoBanGhiHienThi.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
97             
this.lblTongSoBanGhiHienThi.Location = new System.Drawing.Point(575, 147);
98             
this.lblTongSoBanGhiHienThi.Name = "lblTongSoBanGhiHienThi";
99             
this.lblTongSoBanGhiHienThi.Size = new System.Drawing.Size(329, 18);
100             
this.lblTongSoBanGhiHienThi.TabIndex = 43;
101             
this.lblTongSoBanGhiHienThi.Text = "Hiển thị từ 1 đến 30 trong 100 mục";
102             
this.lblTongSoBanGhiHienThi.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
103             
//
104             
// btnTiep
105             
//
106             
this.btnTiep.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
107             
this.btnTiep.Location = new System.Drawing.Point(964, 141);
108             
this.btnTiep.Name = "btnTiep";
109             
this.btnTiep.Size = new System.Drawing.Size(49, 30);
110             
this.btnTiep.TabIndex = 41;
111             
this.btnTiep.Text = ">>";
112             
this.btnTiep.UseVisualStyleBackColor = true;
113             
this.btnTiep.Click += new System.EventHandler(this.btnTiep_Click);
114             
//
115             
// btnSau
116             
//
117             
this.btnSau.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
118             
this.btnSau.Location = new System.Drawing.Point(909, 141);
119             
this.btnSau.Name = "btnSau";
120             
this.btnSau.Size = new System.Drawing.Size(49, 30);
121             
this.btnSau.TabIndex = 42;
122             
this.btnSau.Text = "<<";
123             
this.btnSau.UseVisualStyleBackColor = true;
124             
this.btnSau.Click += new System.EventHandler(this.btnSau_Click);
125             
//
126             
// cmbDonViTinh_TimKiem
127             
//
128             
this.cmbDonViTinh_TimKiem.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
129             
this.cmbDonViTinh_TimKiem.FormattingEnabled = true;
130             
this.cmbDonViTinh_TimKiem.Location = new System.Drawing.Point(415, 93);
131             
this.cmbDonViTinh_TimKiem.Name = "cmbDonViTinh_TimKiem";
132             
this.cmbDonViTinh_TimKiem.Size = new System.Drawing.Size(167, 28);
133             
this.cmbDonViTinh_TimKiem.TabIndex = 29;
134             
this.cmbDonViTinh_TimKiem.SelectionChangeCommitted += new System.EventHandler(this.cmbDonViTinh_TimKiem_SelectionChangeCommitted);
135             
//
136             
// label13
137             
//
138             
this.label13.AutoSize = true;
139             
this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
140             
this.label13.Location = new System.Drawing.Point(412, 75);
141             
this.label13.Name = "label13";
142             
this.label13.Size = new System.Drawing.Size(75, 17);
143             
this.label13.TabIndex = 28;
144             
this.label13.Text = "Đơn vị tính";
145             
//
146             
// label12
147             
//
148             
this.label12.AutoSize = true;
149             
this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
150             
this.label12.Location = new System.Drawing.Point(219, 74);
151             
this.label12.Name = "label12";
152             
this.label12.Size = new System.Drawing.Size(93, 17);
153             
this.label12.TabIndex = 27;
154             
this.label12.Text = "Mã sản phẩm";
155             
//
156             
// label11
157             
//
158             
this.label11.AutoSize = true;
159             
this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
160             
this.label11.Location = new System.Drawing.Point(19, 75);
161             
this.label11.Name = "label11";
162             
this.label11.Size = new System.Drawing.Size(99, 17);
163             
this.label11.TabIndex = 26;
164             
this.label11.Text = "Tên sản phẩm";
165             
//
166             
// txtMaSanPhamOrMaVietTat_TimKiem
167             
//
168             
this.txtMaSanPhamOrMaVietTat_TimKiem.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
169             
this.txtMaSanPhamOrMaVietTat_TimKiem.Location = new System.Drawing.Point(222, 94);
170             
this.txtMaSanPhamOrMaVietTat_TimKiem.Name = "txtMaSanPhamOrMaVietTat_TimKiem";
171             
this.txtMaSanPhamOrMaVietTat_TimKiem.Size = new System.Drawing.Size(181, 26);
172             
this.txtMaSanPhamOrMaVietTat_TimKiem.TabIndex = 25;
173             
this.txtMaSanPhamOrMaVietTat_TimKiem.TextChanged += new System.EventHandler(this.txtMaSanPhamOrMaVietTat_TimKiem_TextChanged);
174             
//
175             
// txtTenSanPham_TimKiem
176             
//
177             
this.txtTenSanPham_TimKiem.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
178             
this.txtTenSanPham_TimKiem.Location = new System.Drawing.Point(22, 94);
179             
this.txtTenSanPham_TimKiem.Name = "txtTenSanPham_TimKiem";
180             
this.txtTenSanPham_TimKiem.Size = new System.Drawing.Size(185, 26);
181             
this.txtTenSanPham_TimKiem.TabIndex = 24;
182             
this.txtTenSanPham_TimKiem.TextChanged += new System.EventHandler(this.txtTenSanPham_TimKiem_TextChanged);
183             
//
184             
// dgvDanhSachTonKho
185             
//
186             
this.dgvDanhSachTonKho.AllowUserToAddRows = false;
187             
this.dgvDanhSachTonKho.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
188             | System.Windows.Forms.AnchorStyles.Right)));
189             
this.dgvDanhSachTonKho.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
190             
this.dgvDanhSachTonKho.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
191             
this.dgvDanhSachTonKho.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
192             
this.NgayTao,
193             
this.TiLeLoiNhuan,
194             
this.NhaCungCap,
195             
this.GiaBanBuon,
196             
this.HanSuDung,
197             
this.STT,
198             
this.MaVietTat,
199             
this.TenSanPham,
200             
this.TenDonViTinh,
201             
this.SoLuongNhap,
202             
this.SoLuongDaBan,
203             
this.SoLuongTonKho,
204             
this.GiaBanLe});
205             
this.dgvDanhSachTonKho.Location = new System.Drawing.Point(9, 177);
206             
this.dgvDanhSachTonKho.Name = "dgvDanhSachTonKho";
207             
this.dgvDanhSachTonKho.RowTemplate.DefaultCellStyle.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
208             
this.dgvDanhSachTonKho.RowTemplate.Height = 30;
209             
this.dgvDanhSachTonKho.RowTemplate.ReadOnly = true;
210             
this.dgvDanhSachTonKho.Size = new System.Drawing.Size(1004, 456);
211             
this.dgvDanhSachTonKho.TabIndex = 2;
212             
//
213             
// NgayTao
214             
//
215             
this.NgayTao.HeaderText = "Ngày nhập";
216             
this.NgayTao.Name = "NgayTao";
217             
this.NgayTao.Visible = false;
218             
//
219             
// TiLeLoiNhuan
220             
//
221             
this.TiLeLoiNhuan.FillWeight = 80F;
222             
this.TiLeLoiNhuan.HeaderText = "Tỉ lệ lợi nhuận";
223             
this.TiLeLoiNhuan.Name = "TiLeLoiNhuan";
224             
this.TiLeLoiNhuan.Visible = false;
225             
this.TiLeLoiNhuan.Width = 80;
226             
//
227             
// NhaCungCap
228             
//
229             
this.NhaCungCap.HeaderText = "Nhà cung cấp";
230             
this.NhaCungCap.Name = "NhaCungCap";
231             
this.NhaCungCap.Visible = false;
232             
//
233             
// GiaBanBuon
234             
//
235             
this.GiaBanBuon.FillWeight = 120F;
236             
this.GiaBanBuon.HeaderText = "Giá bán buôn";
237             
this.GiaBanBuon.Name = "GiaBanBuon";
238             
this.GiaBanBuon.Visible = false;
239             
this.GiaBanBuon.Width = 120;
240             
//
241             
// HanSuDung
242             
//
243             
this.HanSuDung.HeaderText = "Hạn sử dụng";
244             
this.HanSuDung.Name = "HanSuDung";
245             
this.HanSuDung.Visible = false;
246             
//
247             
// STT
248             
//
249             
this.STT.FillWeight = 50F;
250             
this.STT.HeaderText = "STT";
251             
this.STT.Name = "STT";
252             
this.STT.Width = 50;
253             
//
254             
// MaVietTat
255             
//
256             
this.MaVietTat.FillWeight = 180F;
257             
this.MaVietTat.HeaderText = "Mã sản phẩm";
258             
this.MaVietTat.Name = "MaVietTat";
259             
this.MaVietTat.Width = 180;
260             
//
261             
// TenSanPham
262             
//
263             
this.TenSanPham.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
264             dataGridViewCellStyle1.Padding =
new System.Windows.Forms.Padding(0, 5, 0, 5);
265             dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
266             
this.TenSanPham.DefaultCellStyle = dataGridViewCellStyle1;
267             
this.TenSanPham.FillWeight = 160F;
268             
this.TenSanPham.HeaderText = "Tên sản phẩm";
269             
this.TenSanPham.Name = "TenSanPham";
270             
//
271             
// TenDonViTinh
272             
//
273             
this.TenDonViTinh.FillWeight = 90F;
274             
this.TenDonViTinh.HeaderText = "Đ.V.Tính";
275             
this.TenDonViTinh.Name = "TenDonViTinh";
276             
this.TenDonViTinh.Width = 90;
277             
//
278             
// SoLuongNhap
279             
//
280             
this.SoLuongNhap.FillWeight = 80F;
281             
this.SoLuongNhap.HeaderText = "S.L nhập";
282             
this.SoLuongNhap.Name = "SoLuongNhap";
283             
this.SoLuongNhap.Visible = false;
284             
this.SoLuongNhap.Width = 80;
285             
//
286             
// SoLuongDaBan
287             
//
288             
this.SoLuongDaBan.HeaderText = "S.L đã bán";
289             
this.SoLuongDaBan.Name = "SoLuongDaBan";
290             
this.SoLuongDaBan.Visible = false;
291             
//
292             
// SoLuongTonKho
293             
//
294             
this.SoLuongTonKho.FillWeight = 120F;
295             
this.SoLuongTonKho.HeaderText = "S.L Tồn";
296             
this.SoLuongTonKho.Name = "SoLuongTonKho";
297             
this.SoLuongTonKho.Width = 120;
298             
//
299             
// GiaBanLe
300             
//
301             
this.GiaBanLe.FillWeight = 130F;
302             
this.GiaBanLe.HeaderText = "Giá bán lẻ";
303             
this.GiaBanLe.Name = "GiaBanLe";
304             
this.GiaBanLe.Width = 130;
305             
//
306             
// label1
307             
//
308             
this.label1.AutoSize = true;
309             
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
310             
this.label1.Location = new System.Drawing.Point(4, 4);
311             
this.label1.Name = "label1";
312             
this.label1.Size = new System.Drawing.Size(209, 29);
313             
this.label1.TabIndex = 1;
314             
this.label1.Text = "Danh sách tồn kho";
315             
//
316             
// uctKho_DsTonKho
317             
//
318             
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
319             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
320             
this.Controls.Add(this.panel1);
321             
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
322             
this.Margin = new System.Windows.Forms.Padding(4);
323             
this.Name = "uctKho_DsTonKho";
324             
this.Size = new System.Drawing.Size(1024, 900);
325             
this.Load += new System.EventHandler(this.uctKho_DsTonKho_Load);
326             
this.panel1.ResumeLayout(false);
327             
this.panel1.PerformLayout();
328             ((System.ComponentModel.ISupportInitialize)(
this.dgvDanhSachTonKho)).EndInit();
329             
this.ResumeLayout(false);
330
331         }
332
333         
#endregion
334
335         
private System.Windows.Forms.Panel panel1;
336         
private System.Windows.Forms.Label label1;
337         
private System.Windows.Forms.DataGridView dgvDanhSachTonKho;
338         
private System.Windows.Forms.ComboBox cmbDonViTinh_TimKiem;
339         
private System.Windows.Forms.Label label13;
340         
private System.Windows.Forms.Label label12;
341         
private System.Windows.Forms.Label label11;
342         
private System.Windows.Forms.TextBox txtMaSanPhamOrMaVietTat_TimKiem;
343         
private System.Windows.Forms.TextBox txtTenSanPham_TimKiem;
344         
private System.Windows.Forms.Label lblTongSoBanGhiHienThi;
345         
private System.Windows.Forms.Button btnTiep;
346         
private System.Windows.Forms.Button btnSau;
347         
private System.Windows.Forms.Label label2;
348         
private System.Windows.Forms.DataGridViewTextBoxColumn NgayTao;
349         
private System.Windows.Forms.DataGridViewTextBoxColumn TiLeLoiNhuan;
350         
private System.Windows.Forms.DataGridViewTextBoxColumn NhaCungCap;
351         
private System.Windows.Forms.DataGridViewTextBoxColumn GiaBanBuon;
352         
private System.Windows.Forms.DataGridViewTextBoxColumn HanSuDung;
353         
private System.Windows.Forms.DataGridViewTextBoxColumn STT;
354         
private System.Windows.Forms.DataGridViewTextBoxColumn MaVietTat;
355         
private System.Windows.Forms.DataGridViewTextBoxColumn TenSanPham;
356         
private System.Windows.Forms.DataGridViewTextBoxColumn TenDonViTinh;
357         
private System.Windows.Forms.DataGridViewTextBoxColumn SoLuongNhap;
358         
private System.Windows.Forms.DataGridViewTextBoxColumn SoLuongDaBan;
359         
private System.Windows.Forms.DataGridViewTextBoxColumn SoLuongTonKho;
360         
private System.Windows.Forms.DataGridViewTextBoxColumn GiaBanLe;
361     }
362 }


Gõ tìm kiếm nhanh...